.box1 {
    position: relative;
    width: 100%;
    height: 600px;
    max-height: 80vh;
    position: relative;
    z-index: -1;
    margin-top: -142px;
    display: flex;
    justify-content: center;
}


.box1 img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.box1 h1 {
    position: absolute;
    z-index: 1;
    font-size: 48px;
    color: #000;
    line-height: 1.3;
    padding-top: 300px;
}

@media (max-width: 1600px) {
    .box1 {
        height: 500px;
    }

    .box1 h1 {
        font-size: 36px;
        padding-top: 260px;
    }
}

@media (max-width: 1200px) {
    .box1 {
        margin-top: -50px;
        height: 400px;
    }

    .box1 h1 {
        padding-top: 160px;
    }
}

@media (max-width: 1000px) {
    .box1 {
        height: 4rem;
    }

    .box1 h1 {
        padding-top: 2rem;
        font-size: .4rem;
        font-weight: bold;
    }
}

.box2 {
    overflow: hidden;
    padding-bottom: 130px;
    position: relative;
    z-index: 9;
    margin-top: -175px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box2 .logoLink {
    width: 345px;
    height: 345px;
    background: #CA1C1D;
    padding: 0 20px;
    text-align: center;
    padding-top: 120px;
}

.box2 .logoLink img {
    max-width: 100%;
}


.box2 .logoLink a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    line-height: 25px;
    background: url(../../image/ico10_4.png) no-repeat right center;
    padding-right: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.box2 .logoLink a:hover {
    color: #fff;
    padding-right: 35px;
    transition: all .3s;
    -webkit-transition: all .3s;
}



.box2 .TextDesc {
    margin-top: 420px;
    width: calc(100% - 400px);
    max-width: 1000px;
}

.box2 .TextDesc h2 span {
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 992px) {
    .box2 {
        margin-top: 0;
        padding: 0.8rem 0;
    }

    .box2 .logoLink {
        width: 4rem;
        height: auto;
        padding: 0.5rem 0.4rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .box2 .logoLink a {
        margin-top: 0.3rem;
    }

    .box2 .TextDesc {
        width: 100%;
        margin-top: 0.6rem;
    }

    .productNew {
        padding: 0.8rem 0 !important;
    }
}

 .More {
    display: block;
    margin: 0 auto;
    margin-top: 110px;
    width: 170px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #000;
    transition: all .3s;
}

 .More:hover {
    color: #fff;
    background: var(--color);
    border-color: var(--color);
}
@media (max-width: 750px) {
 .More {
        min-width: 2.6rem;
    font-size: .26rem;
    line-height: .8rem;
    margin-top: 0.4rem;
    padding: 0 0.3rem;
}
}



